[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NUM2TEXT() Converts a numeric value to a string
Description:
NUM2TEXT() converts a numeric value to a character value. i.e. 123
becomes "One-Hundred Twenty Three"
Syntax:
NUM2TEXT( <expN> )
Pass:
<expN> = Number to be converted. Digits to the right of the decimal
point are ignored.
Return:
Notes:
Example:
? NUM2TEXT(32)
Output: Thirty Two
Usage:
NUM2TEXT() is very similar to DOL2STR() but does not format the return
<expC> to "dollars & cents"
See Also:
DOL2STR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson